﻿/*<meta />*/

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

/* I. BODY AND LINK STYLE DEFINITIONS */

body
{
	color: #717174;
	font-size: 10pt;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	margin-left: 0em;
	padding-left: 1.5em;
	padding-right: 1em;
	border-width: .5em;
}

a.Popup
{
	
}

a.footer:link
{
	color: white;
	font-weight: bold;
	text-decoration: none;
}

a:link
{
	text-decoration: underline;
	/* color: #4198CD; */
	color: #00a5bf;
}

a:visited
{
	text-decoration: underline;
	/* color: #4198CD; */
	color: #00a5bf;
}

a:focus
{
	cursor: hand;
	text-decoration: underline;
	/* color: #4198CD; */
	color: #00a5bf;
}

a:hover
{
	cursor: hand;
	text-decoration: underline;
	/* color: #4198CD; */
	color: #3fbbce;
}

a:active
{
	cursor: hand;
	text-decoration: underline;
	/* color: #4198CD; */
	color: #009eee;
}

/* II. HEADING STYLE DEFINITIONS */

h1
{
	font-weight: bold;
	font-size: 18pt;
	color: #ffffff;
	/* background-color: #546E7A; 
	background-color: #009eee;*/
	padding: 15px 10px 10px 10px;
	margin: 0;
	background-color: #393939;
}

h2
{
	font-size: 16pt;
	margin-top: 1.5em;
	border-bottom: solid 2px;
	/*border-bottom-color: #009eee;*/
	border-bottom-color: #e9c43f;
	color: #393939;
}

h3
{
	font-size: 14pt;
	margin-top: 1.2em;
	border-bottom: dashed 2px;
	border-bottom-style: dotted;
	border-left-width: 0px;
	/*border-bottom-color: #009eee;*/
	border-bottom-color: #e9c43f;
}

h4
{
	font-style: normal;
	font-size: 12pt;
	margin-top: 1.2em;
}

h5
{
	font-style: normal;
	font-weight: bold;
	font-size: 10pt;
	margin-top: 1.2em;
}

/* III. PARAGRAPH STYLE DEFINITIONS */

.button
{
	font-size: 11pt;
	margin-top: 0.5em;
	padding: 1em;
	border: 1px solid black;
	border-radius: 5px;
	bg-color: #ccc;
}

.subsectionHead
{
	color: #009eee;
	font-size: 11pt;
	margin-top: 1em;
}

.step
{
	font-size: 11pt;
	font-weight: bold;
	color: black;
	padding: 14px 0 0 0;
	margin: 1em 0px 1em 0px;
	line-height: normal;
	border-bottom: 0;
}

samp,
.samp
{
	font-family: "Courier New", Courier, monospace;
	font-size: 9pt;
	color: black;
	margin: .5em 0px .5em 0px;
	line-height: normal;
}

span.hide
{
	display: none;
	background-color: #fff8f8;
	border: solid red 1pt;
}

div.indentParagraph
{
	margin-left: 24px;
}

div.footer
{
	width: 100%;
	position: relative;
	background-color: #009eee;
	color: white;
	display: inline-block;
}

div.footer p,
div.footer td
{
	text-align: center;
	font-weight: normal;
	font-size: 8pt;
}

div.hide
{
	display: none;
	background-color: #fff8f8;
	border: solid red 1pt;
	/* color: #eeeeee;
	font-style: italic; */
}

p
{
	font-size: 10pt;
	margin: 1em 0px 1em 0px;
	line-height: normal;
}

p.MiniTOC1,
p.MiniTOC2,
p.MiniTOC3,
p.MiniTOC4,
p.MiniTOC5,
p.MiniTOC6,
p.MiniTOC7,
p.MiniTOC8,
p.MiniTOC9
{
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
}

/* IV. LIST STYLE DEFINITIONS */

ul
{
	font-size: 10pt;
	margin: 0 0 0 2em;
	padding: 0 0 0 0;
}

ol
{
	font-size: 10pt;
	margin: 0 0 0 24px;
	padding: 0 0 0 0px;
}

ol li
{
	font-size: 10pt;
	line-height: normal;
	list-style-position: outside;
	margin: 0.5em 0.5em 0.5em 0em;
}

ul li
{
	font-size: 10pt;
	line-height: normal;
	list-style-position: outside;
	margin: 0.5em 0.5em 0.5em 0em;
}

li p
{
	margin: 0;
}

li.MadCap1
{
	list-style: lower-alpha;
	margin-left: 1em;
}

li.note
{
	font-size: 10pt;
	font-style: italic;
	color: 393939;
	list-style-image: url('../Images/icons/icon-information-tip.png');
	margin: 1.12em 1.12em 1.12em 0.5em;
	background-color: #fff4d3;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border: solid 1px #dddddd;
	padding: 8px 8px 8px 4px;
}

li.bestPractice
{
	font-size: 10pt;
	font-style: italic;
	color: 393939;
	list-style-image: url('../Images/icons/icon-best-practices.png');
	margin: 1.12em 1.12em 1.12em 0.5em;
	background-color: #d3f4d3;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border: solid 1px #dddddd;
	padding: 8px 8px 8px 4px;
}

dl
{
	padding: 0;
}

dt
{
	float: left;
	clear: left;
	width: 0.25in;
	text-align: right;
	font-weight: bold;
}

dt::after
{
	font-weight: normal;
	content: ":";
}

dd
{
	margin: 0 0 0 0.26in;
	padding: 0;
}

/* img {
	vertical-align: middle;
} */

/* V. TABLE STYLE DEFINITIONS */

table
{
	width: 95%;
	margin-left: 0.25in;
	display: table;
	margin-top: 1px;
}

table.New
{
	width: 100%;
	font-size: 10pt;
	margin-top: 0px;
	padding-top: 0px;
}

table#golden > tbody > tr:first-child
{
	background-color: #ecae24;
}

td
{
	margin-left: 0em;
	border-width: .5em;
	border: none 5px;
	font-weight: normal;
	font-size: 10pt;
	padding-left: 2.5em;
	padding-right: 2.50em;
}

td.Body
{
	background-color: #000080;
	padding-right: 10px;
	padding-left: 10px;
	border-color: #ffffff;
	border-style: Solid;
	border-width: 2px 2px 2px 0;
}

th
{
	font-size: 10pt;
	color: #00008b;
	border: none;
	border-bottom: solid 1px;
	border-bottom-color: #3694d1;
	background-color: #c9ebfc;
}

.TBLhead
{
	color: #002b00;
	font-weight: bold;
	clear: both;
	margin: 1.5em .5em;
}

caption
{
	text-align: left;
	font-weight: bold;
}

tbody
{
	font-size: 10pt;
	vertical-align: top;
}

thead
{
	
}

tr
{
	font-weight: bolder;
}

/* VI. MISCELLANEOUS STYLE DEFINITIONS */

img
{
	border: none;
	padding-bottom: -0.5em;
}

textarea
{
	font-size: 9pt;
}

tt
{
	
}

@media non-print
{
	td
	{
		border-top-style: solid;
	}
}

/* VII. MADCAP STYLE DEFINITIONS */

MadCap|popupHead
{
	border-bottom: dashed 1px #0093d1;
	text-decoration: none;
	/* color: #4198CD; 
	color: #009eee; */
	color: #393939;
}

MadCap|dropDown
{
	font-size: 125%;
	/* color: #4198CD; 
	color: #009eee; */
	color: #393939;
	mc-open-image: url('../Images/icons/DropDownOpen.gif');
	mc-closed-image: url('../Images/icons/DropDownClosed.gif');
}

MadCap|dropDownHotspot
{
	font-weight: bold;
	/* color: #4198CD; 
	color: #009eee; */
	color: #393939;
}

MadCap|dropDownHotspot:focus
{
	/*	color: #81ceee;*/
}

MadCap|dropDownHotspot:hover
{
	/*	color: #81ceee;*/
}

MadCap|xref
{
	mc-format: '{quote}{para}{quote}';
	color: #009eee;
}

MadCap|xref.ExpandHelp
{
	mc-format: '{quote}{para}{quote}';
}

MadCap|xref.ConceptPageNumber
{
	mc-format: '{quote}{para}{quote}';
}

MadCap|xref.ListOfPageNumber
{
	mc-format: '{quote}{para}{quote}';
}

MadCap|xref.IndexPageNumber
{
	mc-format: '{quote}{para}{quote}';
}

MadCap|xref.TOCPageNumber
{
	mc-format: '{quote}{para}{quote}';
}

:after
{
	color: #000033;
}

MadCap|dropDownBody p
{
	font-size: 10pt;
	margin: 0px;
	line-height: normal;
}

MadCap|dropDownBody
{
	border-left: solid 3px #cccccc;
	border-top: solid 1px #eeeeee;
	border-right: solid 1px #eeeeee;
	border-bottom: solid 1ps #eeeeee;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	padding: 0em 0em 0em 1em;
	color: #393939;
	background-color: #fefefe;
}

MadCap|dropDownHead
{
	font-size: 12pt;
	font-weight: bold;
	color: #4c687f;
}

MadCap|dropDownBody > MadCap|dropDownHead > MadCap|dropDownHotSpot
{
	font-size: 10pt;
	font-weight: bold;
	color: #ff0000;
}

MadCap|footnoteBlock
{
	font-size: 100%;
	margin: 1em 0 1em 0;
}

MadCap|slideThumbnail.active
{
	border: solid 5px #009eee;
	border-right-style: none;
	border-top-style: none;
	border-left-style: none;
	background-color: #009eee;
}

MadCap|slideThumbnail.active:hover
{
	border: solid 5px #e0f0ff;
	border-right-style: none;
	border-top-style: none;
	border-left-style: none;
}

MadCap|slideThumbnail
{
	border: solid 5px #f9f9f7;
	border-right-style: none;
	border-left-style: none;
	border-top-style: none;
}

MadCap|slideThumbnail:hover
{
	/*	border: solid 5px #dddddd;
	border-right-style: none;
	border-top-style: none;
	border-left-style: none;
	background-color: #dddddd; */
}

MadCap|slideshow
{
	
}

MadCap|slide
{
	padding-left: 72px;
	padding-right: 72px;
	text-align: left;
}

MadCap|slide h2
{
	text-align: center;
}

MadCap|popup
{
	text-align: left;
}

/* VIII. CUSTOM MADCAP CLASS DEFINITIONS */

MadCap|popupHead.showDefaultSettings
{
	border-bottom: dashed 1px #0093d1;
	text-decoration: none;
	color: #009eee;
}

MadCap|dropDown.showDefaultSettings
{
	font-size: 125%;
	color: #009eee;
	mc-open-image: url('../Images/icons/DropDownOpen.gif');
	mc-closed-image: url('../Images/icons/DropDownClosed.gif');
}

MadCap|dropDownHotspot.showDefaultSettings
{
	font-weight: bold;
	color: #009eee;
}

MadCap|dropDownBody.showDefaultSettings p
{
	font-size: 10pt;
	margin: 0px;
	line-height: normal;
}

MadCap|dropDownBody.showDefaultSettings
{
	border-left: solid 3px #cccccc;
	border-top: solid 1px #eeeeee;
	border-right: solid 1px #eeeeee;
	border-bottom: solid 1ps #eeeeee;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	padding: 0em 0em 0em 1em;
	color: #333333;
	background-color: #f3f3f3;
}

/* Nested drop-down sections */

MadCap|dropDownBody MadCap|dropDown
{
	font-size: 125%;
	color: #3694d1;
	/* mc-open-image: url('../Images/DropDownOpen.gif');
	mc-closed-image: url('../Images/DropDownClosed.gif'); */
}

MadCap|dropDownBody MadCap|dropDownHead
{
	font-size: 9pt;
	font-weight: normal;
	color: #3694d1;
}

MadCap|dropDownBody MadCap|dropDownHotspot
{
	font-weight: normal;
	color: #3694d1;
}

MadCap|dropDownBody MadCap|dropDownBody
{
	border-left: solid 3px #ffc20e;
	border-top: solid 1px #eeeeee;
	border-right: solid 1px #eeeeee;
	border-bottom: solid 1ps #eeeeee;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	padding: 0em 0em 0em 1em;
	color: #393939;
	background-color: #f8f8ff;
}

MadCap|dropDownBody.showDefaultSettings MadCap|dropDownBody
{
	border-left: solid 3px #ffc20e;
	border-top: solid 1px #eeeeee;
	border-right: solid 1px #eeeeee;
	border-bottom: solid 1ps #eeeeee;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	padding: 0em 0em 0em 1em;
	color: #393939;
	background-color: #f3f3f3;
}

MadCap|dropDownHead.showDefaultSettings
{
	font-size: 12pt;
	font-weight: bold;
	color: #4c687f;
}

MadCap|popup.showDefaultSettings
{
	text-align: left;
}

table.noBorder
{
	margin-left: 0.25in;
	display: table;
	margin-top: 1px;
	border: none;
	border-bottom: solid 2px;
	border-bottom-color: #000000;
	width: auto;
}

MadCap|xref.no-quote
{
	mc-format: '{para}';
}
